type net/http.writeRequest
4 uses
net/http (current package)
transport.go#L1744: writech: make(chan writeRequest, 1),
transport.go#L2082: writech chan writeRequest // written by roundTrip; read by writeLoop
transport.go#L2704: type writeRequest struct {
transport.go#L2807: pc.writech <- writeRequest{req, writeErrCh, continueCh}
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)